projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07d9fb6
)
(fancy-splash-frame): Check selected frame last.
author
Glenn Morris
<rgm@gnu.org>
Sun, 4 Aug 2002 16:18:18 +0000
(16:18 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Sun, 4 Aug 2002 16:18:18 +0000
(16:18 +0000)
lisp/startup.el
patch
|
blob
|
history
diff --git
a/lisp/startup.el
b/lisp/startup.el
index 42f2d545fead476e1d1838fae1b597fda40e445f..fbcc534e31be3ed944c44a9e86f694aad4d2e697 100644
(file)
--- a/
lisp/startup.el
+++ b/
lisp/startup.el
@@
-1306,7
+1306,7
@@
Returning non-nil does not mean we should necessarily
use the fancy splash screen, but if we do use it,
we put it on this frame."
(let (chosen-frame)
- (dolist (frame (
frame-list
))
+ (dolist (frame (
append (frame-list) (list (selected-frame))
))
(if (and (frame-visible-p frame)
(not (window-minibuffer-p (frame-selected-window frame))))
(setq chosen-frame frame)))